home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / gamble2.zip / SYSOP.DOC < prev    next >
Text File  |  1993-02-11  |  6KB  |  251 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                    Time Gamble
  10.                                    Version 2.0
  11.                         Copyright (c) 1993 By Andy Stewart
  12.                         
  13.                          -->>      AT Version!      <<--
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.                                 COPYRIGHT NOTICE
  52.                                 ----------------
  53.  
  54.      Time Gamble is a copyrighted program being distributed under the
  55.      shareware concept.  As such you may use Time Gamble for a period of
  56.      30 days without registering the software.  After the 30 day evaluation
  57.      period, you must register your copy of Time Gamble or must stop using
  58.      it.  By your not doing so you will be in violation of United States and
  59.      International copyright laws.
  60.  
  61.      As a shareware program, Time Gamble may be freely distributed through a
  62.      BBS.  Shareware distributors may distribute copies of Time Gamble on disk
  63.      for a modest disk duplication charge not to exceed $6 per disk.
  64.  
  65.  
  66.  
  67.  
  68.                                     WARRANTY
  69.                                     --------
  70.  
  71.      Time Gamble is distributed without warranty.  In no event will Andy
  72.      Stewart or DreamWARE Communications be liable to you for damages,
  73.      including any loss of profits, lost savings, or other incidental or
  74.      consequential damages arising out of your use of or inability to use the
  75.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  76.      representative has been advised of the possibility of such damages.  Andy
  77.      Stewart and DreamWARE Communications will not be liable for any such
  78.      claim by any other party.
  79.  
  80.  
  81.  
  82.                                   INTRODUCTION
  83.                                   ------------
  84.  
  85.           Time Gamble has the following built-in features ...
  86.  
  87.           Assembly language serial input/output routines for maximum
  88.           speed.
  89.  
  90.           Fully supports high  speed modems: 16550 FIFO buffering and
  91.           locked serial ports.
  92.  
  93.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  94.           loaded in memory.
  95.  
  96.           Supports all of the most popular door data file formats:
  97.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  98.  
  99.  
  100.  
  101.  
  102.                               RUNNING TIME GAMBLE
  103.                              ---------------------
  104.  
  105.      Time Gamble is run by entering a command similar to the following:
  106.  
  107.      gamble gamble.cfg
  108.      gedit gedit.cfg    ( Gedit is written so you can use it from remote )
  109.  
  110.      In the above command line, "gamble" is the name of your door's EXE file
  111.      and the "gamble.cfg" parameter is the name of the door's configuration
  112.      file.  The configuration file can have any name the sysop chooses, but
  113.      it must reside in the same directory as the door.  The configuration
  114.      file is an ASCII text file with the following format:
  115.  
  116.      Line 1:   Door data file type.
  117.      Line 2:   Path to the door data file(s).
  118.      Line 3:   BBS name.
  119.      Line 4:   Sysop's name.
  120.      Line 5:   Locked baud rate.
  121.  
  122.      As illustrated above, the door's data file type is specified in line 1
  123.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  124.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  125.      The locked baud rate is specified in line 5. If the sysop doesn't
  126.      lock his serial port, he must specify 0 for the locked baud rate.
  127.      NOTE: Although many door formats do pass the locked baud rate in the
  128.      door data files, some older formats such as RBBS do not.  For
  129.      conformity, it is required that you specify the locked baud rate in
  130.      line 5 and ignores any value passed in the door data files.
  131.  
  132.      The following is a sample door configuration file:
  133.  
  134.      WWIV
  135.      C:\WWIV\
  136.      DreamNET
  137.      Unca Scrooge
  138.      38400
  139.  
  140.      A file called SETUP.EXE is included to aid with writing this config.
  141.      file.  Run it, answer the questions, and let the program do the rest.
  142.      ( No need for a command line ).
  143.  
  144.      Time Gamble can be run locally without a door data file (handy for the
  145.      sysop to use the door without logging on to the BBS) by specifying
  146.      LOCAL after the configuration file parameter in the DOS command line.
  147.      Time Gamble will request the user to enter his name before running the
  148.      door.
  149.  
  150.  
  151.  
  152.                                   SPECIAL KEYS
  153.                                   ------------
  154.  
  155.      While a door is running, the sysop can press certain special keys to
  156.      perform a variety of functions.    The following is a list of the
  157.      functions that the Time Gamble special keys perform:
  158.  
  159.      Key(s)              Function
  160.  
  161.      HOME                Toggles between the user status window and a help
  162.                          display that lists the special keys.
  163.  
  164.      F6                  Takes 5 minutes away from the caller.
  165.                          NOTE:  This will NOT be returned to BBS.
  166.  
  167.      F7                  Gives 5 minutes to the caller.
  168.                          NOTE:  This will NOT be returned to the BBS.
  169.  
  170.      F9                  Quit the door and return the caller to the BBS.
  171.  
  172.      F10                 Enter chat mode.  Pressing the ESC key exits the
  173.                          chat mode.
  174.  
  175.      Alt+D               Drop to DOS.
  176.  
  177.  
  178.  
  179.  
  180.                                      SUPPORT
  181.                                      -------
  182.  
  183.      You may obtain assistance with a DreamWARE Communication programs and
  184.      related problems by calling DreamNET at 317-780-1264.  You may also
  185.      find the latest versions of DreamWARE Communications doors here, which
  186.      are downloadable on the first call.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.                                   REGISTRATION
  193.                                   ------------
  194.  
  195.      Registration of Time Gamble is only $15.00.  Please use the form in the
  196.      file REGISTER.TXT.   When you register Time Gamble, you will receive a
  197.      keyfile to turn your copy of Time Gamble into a registered version.  More
  198.      information on this is in REGISTER.TXT
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                        Thank you for using Time Gamble!
  207.                        --------------------------------
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.